home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/Cell.h>
- // basename of a filename for saving screen grabbed tiffs...
- // an unique integer argument is appended.
- #define NUSCREENPASTE "NuSP"
- // fake an interface for the undocumented class
- // NXGraphicCell
- @interface NXGraphicCell: Cell
- {
- }
- - (BOOL) isRTFD ;
- @end
-
-
- @interface NuGraphicCell: NXGraphicCell
- {
- }
-
- - (BOOL) trackMouse:(NXEvent *) theEvent inRect:(const NXRect *) cellFrame ofView:controlView ;
- - writeRichText:(NXStream *)stream forView:controlView ;
-
-
- @end
-